Skip to main content

Get a list of timelines

GET 

/timestreams/:timestreamId/timelines

Get a list of timelines for a specific timestream

Request

Path Parameters

    timestreamId stringrequired

Query Parameters

    pageSize integer

    Default value: 25

    The number of results per page

    page integer

    Default value: 1

    The page of results to return

Header Parameters

    x-api-key passwordrequired

    OneBasket API Key

Responses

The request has succeeded.

Schema
    page integerrequired

    The current page of results

    pageSize integerrequired

    The number of results per page

    pageTotal integerrequired

    The total number of pages

    resultsTotal integerrequired

    The total number of results

    hasNextPage booleanrequired

    True if there is a next page

    hasPreviousPage booleanrequired

    True if there is a previous page

    results object[]required

    The results for the current page

  • Array [
  • anyOf
    type stringrequired

    Possible values: [Primary]

    The type of the timeline

    type stringrequired

    Possible values: [Primary, Collection, ProductAvailability]

    The type of the timeline

    circular(Timelines.PrimaryTimelineDto)

    id stringrequired

    The unique identifier of the timeline

    timestreamId stringrequired

    The unique identifier of the parent timestream

    title stringrequired

    The title of the timeline

    timeperiods integerrequired

    The timeperiods of the timeline

  • ]
Loading...